Skip to main content

PauseClient

Description

invoke the PauseClient to enable or pause the Agent client.

Request Method

POST

Request Path

/apsara/route/Sas/PauseClient

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
ValueBODYstringYes1the open state of the agent client. Valid values include: 0: close 1: open
UuidsBODYstringYesuuid-1211-sadsd-2131the list of servers that need to open or suspend the agent client.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring6673D49C-A9AB-40DD-B4A2-B92306701AE7the unique identifier generated by alibaba cloud for this request.

Example

Successful Response example

{
"RequestId":"6673D49C-A9AB-40DD-B4A2-B92306701AE7"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}